Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYash Dabhade <yashdabhade5@gmail.com>2022-08-17 09:32:10 +0300
committerYash Dabhade <yashdabhade5@gmail.com>2022-08-17 09:32:10 +0300
commit9d1cfd9dde3d23d39ba869fada295ea579231490 (patch)
treeaabe809eb0e124aa2d2c61ff10630b5666b0f905
parentff1883307f12a8b734bfcf87b01743dc73afae75 (diff)
Initial Commit
-rw-r--r--source/blender/blenkernel/BKE_vfont.h18
1 files changed, 16 insertions, 2 deletions
diff --git a/source/blender/blenkernel/BKE_vfont.h b/source/blender/blenkernel/BKE_vfont.h
index 858a32097a9..4cb3a595140 100644
--- a/source/blender/blenkernel/BKE_vfont.h
+++ b/source/blender/blenkernel/BKE_vfont.h
@@ -41,8 +41,22 @@ typedef struct EditFont {
* a copy of these is kept in Curve, but use these in editmode */
int len, pos;
int selstart, selend;
-
- /**
+ char _pad6[7];
+ char select_is_underline;
+ char select_is_italics;
+ char _pad0[7];
+ char select_is_bold;
+ char _pad1[7];
+ char select_is_smallcaps;
+ char _pad2[7];
+ char is_selected;
+
+ float _pad3[7];
+ float m_loc[3];
+ int _pad4[7];
+ int m_pos;
+ int _pad9[7];
+ /**
* ID data is older than edit-mode data.
* Set #Main.is_memfile_undo_flush_needed when enabling.
*/