.PCF 파일 확장자
PaintCAD Font
| 개발사 | PaintCAD |
| 인기도 |
3.2 | 28 투표 |
PCF 파일이란 무엇인가요?
Font format used by PaintCAD, a drawing program developed for Java-enabled mobile phones; contains a series of bitmap images for the characters in the font; used for typing text within PaintCAD.
추가 정보
NOTE: PaintCAD is designed primarily for mobile devices. Since it is a Java program, it will only run on a computer if Java is installed.
PCF 파일을 여는 프로그램
Valve Particle System File
| 개발사 | Valve |
| 인기도 |
3.2 | 16 투표 |
File used by Valve Source, a game engine used for making first-person shooter games; stores a particle system that simulates smoke, fire, explosions, or another mass particle event; can be used for creating custom game modifications.
추가 정보
The Valve Source development suite includes a tool called the Particle Editor, which can be used for viewing and editing PCF files.
PCF 파일을 여는 프로그램
Cisco VPN Configuration File
| 개발사 | Cisco Systems |
| 인기도 |
2.8 | 4 투표 |
추가 정보
VPN Client software is primarily used by organizations that require a VPN for security purposes, such as businesses and universities. The software is installed on the various computers within the organization in order to connect to the VPN(s).
When a user creates a new configuration in VPN Client and saves it, the application creates a PCF file to store the profile. PCF files are stored in the following directory:
C:\Program Files\Cisco Systems\VPN Client\Profiles
참고: Cisco Systems announced that it was discontinuing the VPN Client program in 2011 and officially dropped support in July 2014.
PCF 파일을 여는 방법
You can open a PCF file with Cisco Systems VPN Client by selecting Connection entries → Profiles.
Since PCF files are saved in the text INI format, you can also open a PCF file with a plain text editor.
PCF 파일을 여는 프로그램
Portable Compiled Format Font File
| 개발사 | X.Org Foundation |
| 인기도 |
2.0 | 1 투표 |
A PCF file is a Portable Compiled Format (PCF) font file that stores a font as a collection of bitmap images. Each character is represented by pixels rather than a scalable outline, so PCF fonts are designed for specific sizes. PCF files also store information about the characters, their sizes, and other font properties.
추가 정보
PCF was developed for the X Window System and became a standard bitmap font format for X11-based systems. X servers and other X11 font software use PCF files to load and display bitmap fonts. PCF is related to the OpenType Bitmap (.OTB) format because both can store bitmap fonts used with Unix and Linux font systems.
Although scalable fonts are more common in modern applications, PCF files remain supported for compatibility with the X11 core font system. Linux and other Unix-like systems, as well as developers and users working with older X11 applications or bitmap fonts, may encounter PCF files.
PCF 파일을 여는 방법
You can open PCF files with FontForge to view and edit the font. PCF fonts can also be used directly by software that supports the X11 font system or through libraries, such as FreeType.