2.4.737 BrtPhoneticInfo

The BrtPhoneticInfo record specifies the default formatting for phonetic information in a sheet.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

iFnt

phType

...

phAli

...

iFnt (2 bytes): An unsigned integer that specifies a zero-based index of a BrtFont (section 2.4.683) record in the collection of all records directly following BrtBeginFonts (section 2.4.89). The referenced BrtFont specifies the default font for phonetic text runs in a sheet.

phType (4 bytes): An unsigned integer that specifies the default character set used to display phonetic text runs in a sheet. This value MUST be a value from the following table.

Value

Meaning

0x00000000

The phonetic text run is displayed using the narrow katakana character set. This value is ignored if the text is not Japanese.

0x00000001

The phonetic text run is displayed using the wide katakana character set. This value is ignored if the text is not Japanese.

0x00000002

The phonetic text run is displayed using the hiragana character set. This value is ignored if the text is not Japanese.

0x00000003

No character set conversion is performed to the phonetic text run. Text is displayed as entered.

phAli (4 bytes): An unsigned integer that specifies the default alignment of phonetic text runs in the sheet. This value MUST be a value from the following table.

Value

Meaning

0x00000000

Left justify all characters of all phonetic text runs above the entire base text.

0x00000001

Left justify the characters of each phonetic text run above its text run.

0x00000002

Center the characters of each phonetic text run above its text run.

0x00000003

Distribute the characters of each phonetic text run above its text run.