anonymous enum

Decompose types.

Enumerator:
DecNone 
DecFont  Non-decomposable.
DecNoBreak  A font variant (e.g. a blackletter form).
DecInitial  A no-break version of a space or hyphen.
DecMedial  An initial presentation form (Arabic).
DecFinal  A medial presentation form (Arabic).
DecIsolated  A final presentation form (Arabic).
DecCircle  An isolated presentation form (Arabic).
DecSuper  An encircled form.
DecSub  A superscript form.
DecVertical  A subscript form.
DecWide  A vertical layout presentation form.
DecNarrow  A wide (or zenkaku) compatibility character.
DecSmall  A narrow (or hankaku) compatibility character.
DecSquare  A small variant form (CNS compatibility).
DecFraction  A CJK squared font variant.
DecCompat  A vulgar fraction form.
DecCanonical  Compatible.

Definition at line 124 of file fxunicode.h.

00124      {
00125   DecNone      = 0,     
00126   DecFont      = 1,     
00127   DecNoBreak   = 2,     
00128   DecInitial   = 3,     
00129   DecMedial    = 4,     
00130   DecFinal     = 5,     
00131   DecIsolated  = 6,     
00132   DecCircle    = 7,     
00133   DecSuper     = 8,     
00134   DecSub       = 9,     
00135   DecVertical  = 10,    
00136   DecWide      = 11,    
00137   DecNarrow    = 12,    
00138   DecSmall     = 13,    
00139   DecSquare    = 14,    
00140   DecFraction  = 15,    
00141   DecCompat    = 16,    
00142   DecCanonical = 17     
00143   };


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:31:48 2009 for TnFOX by doxygen v1.4.7